setTicker
Sets the "ticker" text which is sent to accessibility services. Prior to LOLLIPOP, sets the text that is displayed in the status bar when the notification first arrives.
open fun setTicker(@Nullable tickerText: CharSequence, @Nullable views: RemoteViews): NotificationCompat.Builder(source)
Deprecated
use setTicker
Sets the "ticker" text which is sent to accessibility services. Prior to LOLLIPOP, sets the text that is displayed in the status bar when the notification first arrives, and also a RemoteViews object that may be displayed instead on some devices.